timers basic

This command configures timers in the RIPng protocol.

Syntax

timers basic <routing_table_timer> <routing_timeout_timer> <garbage_collection_timer>  

Command

Description

routing_table_timer

Defines the Routing Table Update Timer value in seconds. Range is 5-2147483647.

routing_timeout_timer

Defines the Routing Information Timeout Timer. Range is 0-65535.

garbage_collection_timer

Defines the Garbage Collection Timer. Range is 0-65535.

Default

The default Routing Table Update Timer value in seconds is 30.
The default Routing Timeout Timer value in seconds is 180.
The default Garbage Collection Timer.value in seconds is 120.

Command Mode

Privileged User

Example

This example updates the Routing Table Update Timer, Routing Timeout Timer, and Garbage Collection Timer.values to 50 seconds each.

# configure data
(config-data)# router ripng 
(conf-router)# timers basic 50 50 50